-
Re: Resource Management API
I think it is somewhere around a 100 calls every minute or so. I’ve found that if you send say 20 though in the first few seconds it may throw an error on API limit exceeded. So there is likely a sec…1 · -
Re: Smartsheet API Call
@Emskie321 , So an update is usually a PUT request and not a POST request. And I see their API follows that pattern in the cURL implementation. curl https://api.smartsheet.com/2.0/sheets/{sheetId}/ro…1 · -
Re: How to add myself back in to a user group?
If you are an Admin, I believe you can do this via the APIs. First, do a list of all of the groups, find the groups and their IDs, and then create a request to add your user to the respective group. …1 · -
Re: Revise Formula - RYG
Give this a shot - =IF(OR(CONTAINS("Insert Word", [Column 2]@row), [Column 1]@row = 1), "Green", IF(CONTAINS("Specific Word", [Column 3]@row), "Yellow", "…1 ·